﻿
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: none; color:#0da056;
}
/*定位*/

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*清除浮动*/

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { /*兼容 IE*/
	zoom: 1;
}
/* CSS Document */

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}/*网站字体颜色*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}




/* header */

.header {
	width: 100%;
}
.headerTop {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
}
.headerTop p {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	float: left;
}
.headerTop ul {
	float: right;
}
.headerTop li {
	float: left;
	height: 40px;
	line-height: 40px;
}
.headerTop li a {
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #6f6f6f;
}
.headerTop li:first-child a {
	border-left: none;
}
.headerTop li.last a {
	padding-right: 0;
	border-right: none;
}
.headerCenter {
	width: 100%;
}
.headerCenter .box {
	float: left;
}
.headerCenter .header-logo {
	float: left;
	width: 84px;
	height: 92px;
	margin-top: 21px;
	display: block;
	margin-left: 10px;
}
.headerCenter .header-logo img {
	display: block;
}
.headerCenter .Part {
	float: left;
	margin-left:0px;
	width: 388px;
	margin-top:30px;
}
.headerCenter .Part h2 {
	font-size: 24px;
	color: #0da056;
}
.headerCenter .Part p {
	font-size: 14px;
	color: #333333;
	margin-top: 4px;
}
.headerCenter .phone {
	padding-left: 50px;
	float: right;
	margin-top:32px;
}
.headerCenter .phone p {
	color: #333333;
	font-size: 14px;
}
.headerCenter .phone em {
	font-size: 30px;
	color: #333333;
	display: block;
	font-family: arial;
	font-weight: bold;
}
.headerNav {
	height: 60px;
	background: #0da056;
}
.headerNav ul {
	width: 100%;
}
.headerNav li {
	float: left;
	font-size: 14px;
	height: 60px;
	position: relative;
	border-left: 1px solid #018743;
	position: relative;
}
.headerNav li:first-child {
	border-left: none;
}
.headerNav li>a {
	color: #fff;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	display: block;
	font-size: 16px;
}

.headerNav li.cur>a {
	display: block;
	color: #0da056;
}
.headerNav li:hover>a {
	display: block;
	color: #0da056; font-weight:bold;
}
.headerNav li i {
	display: none;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: -2px;
	background: #006325;
}
.headerNav li.cur i {
	display: block;
}
.headerNav li:hover i {
	display: block;
}





/* footer */

.footer {
	width: 100%;
}
.footerTop {
	height: 60px;
	background: #0da056;
}
.footerTop ul {
	width: 100%;
}
.footerTop li {
	float: left;
	font-size: 14px;
	height: 60px;
	position: relative;
}
.footerTop li>a {
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: block;
}
.footerCenter {
	width: 100%;
	padding-top: 18px;
	height: 175px;
}
.footerCenter .box {
	float: left;
}
.footerCenter .box1 {
	width: 144px;
	height: 158px;
	margin-left: 16px;
}
.footerCenter .box1 img {
	display: block;
	width: 144px;
	height: 158px;
}
.footerCenter .box2 {
	float: left;
	margin-left:30px;
	width: 512px;
	height: 78px;
	margin-top:24px;
}
.footerCenter .box p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 14px;
}
.footerCenter .box p a {
	color: #fff;
}
.footerCenter .box3 {
	width: 136px;
	height: 136px;
	text-align: center;
	float: right;
	margin-right: 20px;
}
.footerCenter .box3 img {
	width: 136px;
	height: 136px;
}
.footerCenter .box3 p {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}
.footerBottom {
	width: 100%;
	height: 60px;
	text-align: center;
	background: #222222;
	line-height: 60px;
}
.footerBottom p {
	font-size: 14px;
	color: #fff;
}
.footerBottom p a {
	color: #fff;
}




.banner {
    height: auto!important;
}
.wrap {
	position: relative;
}
.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 61px;
	transition: .5s;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(../images/arrow.gif);
	overflow: hidden;
	opacity: .1;
}
.centered-btns_nav:hover{
	opacity: .7;
}
.prev{
	left: 0;
}
.next {
	right: 0;
	background-position: right 0;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    position: absolute;
    list-style-type: none;
    width: 100%;
    z-index: 99;
    bottom: 15px;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 15px;
	height: 8px;
	border-radius: 8px;
	line-height: 8px;
	background-color: rgba(255, 255, 255, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
.centered-btns_here a{
	width: 30px;
	background-color: rgba(255, 255, 255, .9);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


